-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrating data to datastore #548
Conversation
I had a read through this pull request and wanted to reference a feature request I had raised #532 |
Thanks for your feedback @F-OBrien! Different restrictions on different simultaneous STOs is a planned feature. |
_; | ||
} | ||
|
||
function _isAuthorized() internal view { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok lov u
@@ -30,7 +30,7 @@ contract USDTieredSTOStorage { | |||
uint256 mintedDiscountPoly; | |||
} | |||
|
|||
mapping(address => uint256) nonAccreditedLimitUSDOverride; | |||
mapping(address => uint256) public nonAccreditedLimitUSDOverride; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The mapping address is wrong D:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean ?
uint8 constant DATA_KEY = 6; | ||
bytes32 public constant MANAGEDATA = "MANAGEDATA"; | ||
uint8 internal constant DATA_KEY = 6; | ||
bytes32 internal constant MANAGEDATA = "MANAGEDATA"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then this two variables won't be accessible
npm run gas
)